home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Complete Work of Mahatma Gandhi
/
The Complete Work of Mahatma Gandhi-CD interactive.iso
/
pc
/
ganmac
/
eb.cst
/
00159_Script_volume0
< prev
next >
Wrap
Text File
|
1999-05-31
|
565b
|
21 lines
on mouseDown
-- for 0 Volume
global gvolume, cspname
set wgrp to chars(cspname,1,1)
if gvolume > 0 then
if gvolume = 150 then
set the member of sprite 107 to the number of member (wgrp&"volm")
else
set the member of sprite 108 to the number of member (wgrp&"voll")
end if
set the member of sprite 106 to the number of member ("r"&wgrp&"vol0")
set the soundLevel to 1
set the volume of sound 1 to 0
set the volume of sound 2 to 0
set gvolume to 0
updateStage
end if
updateStage
end